From 11c04b0da3684b8922a094dd293773de3214f876 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Thu, 11 Feb 2016 19:00:10 +0100 Subject: UTF-8 support for call. Patch by Cathryn Mataga. 1. Now supports UTF8 or IBM850 as the encoding style over AX25. 1a. Attention was paid to make sure that wide characters worked with East Asian fonts. 2. Now the screen can be resized. correctly. The program no longer crashes when it is resized. 3. Added a scrollback buffer. Use the up and down arrow keys or the page up/page down keys to scroll through history. After the screen begins scrolling, press 'up arrow' to view history. 4. Many visual quirks have been fixed. This version is now dependent on iconv and wide character versions of ncurses, which I think should be everywhere these days. Signed-off-by: Thomas Osterried --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46c40ab..514bdbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,7 @@ ax25-apps (0.0.8) * Support all standard baud rates from 50 to 4000000 bits per second with ax25ipd. * call: Do not exit when running in curses mode and the window is - resized. + resized. call now relies on libncursesw and is UTF8-capable. ax25-apps (0.0.7) * Added opentrac to listen, Thanks to Scott Miller -- cgit v1.2.3