diff options
author | Gustavo Zacarias | 2012-05-07 02:33:37 +0200 |
---|---|---|
committer | Peter Korsgaard | 2012-05-07 23:20:36 +0200 |
commit | 98873717c2654e27ce069c44e9b5dbe3383c0f97 (patch) | |
tree | f71a95e0bd4b565b687528dfef52701ac6b02a65 /CHANGES | |
parent | ncurses: install screen terminfo file (diff) | |
download | buildroot-98873717c2654e27ce069c44e9b5dbe3383c0f97.tar.gz buildroot-98873717c2654e27ce069c44e9b5dbe3383c0f97.tar.xz buildroot-98873717c2654e27ce069c44e9b5dbe3383c0f97.zip |
screen: enable terminfo and install screenrc
Closes #5198
Enable terminfo support as reported on bug #5198
Also install screenrc if it's not already present in the target.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ #5018: dialog broken: exits with assert in uClibc #5102: qt package moc, uic, rcc read from wrong place #5144: Patch to fix ixon bug in uemacs + #5198: Line graphics output is broken in GNU Screen #5204: Missing terminfo file(s) for GNU screen terminal type 2012.02, Released February 29th, 2012: |