See title. Seems to be a long standing bug in the upstream Debian package or something: https://bugs.maemo.org/show_bug.cgi?id=3071 . Here's my complete screenrc which also fixes a problem with the enter key in vim and changes the default escape key of screen from ctrl-A to ctrl-B put this in ~/.screenrc
bindkey -a -k fe stuff ^M
bindkey -d ^@ stuff ^?
escape ^Bb
Subscribe to:
Post Comments (Atom)
3 comments:
Care to tell me where you found GNU screen for your n900 (repo, deb, etc.)? Have both extras-testing and extras-devel, but apt-get install is not succeeding with either.
Thanks.
I'm actually running it in the debian chroot which is installed by easydebian in the extras repos. It's surprisingly easy to install and get working.
Thanks lots, I am using screen in a custom Debian chroot on N900.
Post a Comment