/[hurd]/hurd/console/ChangeLog
ViewVC logotype

Diff of /hurd/console/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by marcus, Mon Jun 17 01:49:50 2002 UTC revision 1.19 by marcus, Tue Jun 18 01:12:06 2002 UTC
# Line 1  Line 1 
1    2002-06-18  Marcus Brinkmann  <marcus@gnu.org>
2    
3            * console.h: Update all CONS_KEY_* macros to match other terminfo
4            definitions (like "linux", "screen", "gnome").  Add CONS_CHAR_*
5            macros for terminal graphic characters.
6    
7            * display.c (struct attr): New member ALTCHAR to flag usage of
8            alternate character set.
9            (display_notice_filechange): Make static.
10            (handle_escape_bracket_m): Set ALTCHAR to 0 when resetting.
11            Support new modes 10 and 11 to disable and enable ALTCHAR.
12            (limit_cursor): New function, moved to global scope from ...
13            (handle_escape_bracket): ... here.
14            (linefeed): New function, moved to global scope from ...
15            (display_output_one): ... here.
16            (horizontal_tab): New function.
17            (handle_escape_bracket): Add alias \E[' to \E[G for VT100
18            compatibility.  Add capability \E[a (horizontal cursor position
19            relative) for ECMA-48 compatibility.  Add capabilities \E[I
20            (horizontal tab) and \E[Z (backward tabulation) for ECMA-48
21            compatibility.  Move capabilities \E[s and \E[u to ...
22            (display_output_one): ... here as \E7 and \E8 for VT100
23            compatibility.
24            (altchar_to_ucs4): New function.
25            (display_output_one): Use altchar_to_ucs4 when in altchar mode.
26            Add \EM (reset) capability.
27    
28  2002-06-17  Marcus Brinkmann  <marcus@gnu.org>  2002-06-17  Marcus Brinkmann  <marcus@gnu.org>
29    
30          * console.c (new_node): Adjust size of display node.          * console.c (new_node): Adjust size of display node.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26