/[hurd]/hurd/console/hurd.ti
ViewVC logotype

Diff of /hurd/console/hurd.ti

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

revision 1.5 by marcus, Wed Sep 18 17:31:54 2002 UTC revision 1.6 by marcus, Thu Oct 10 12:26:04 2002 UTC
# Line 23  hurd|The GNU Hurd console server, Line 23  hurd|The GNU Hurd console server,
23  # Move cursor to home position (to position P1, P2).  # Move cursor to home position (to position P1, P2).
24          home=\E[H, cup=\E[%i%p1%d;%p2%dH,          home=\E[H, cup=\E[%i%p1%d;%p2%dH,
25  # Move cursor one character (P1 characters) backwards.  # Move cursor one character (P1 characters) backwards.
26          cub1=\E[D, cub=\E[%p1%dD,  # We use ^H instead \E[D for cub1, as only ^H implements <bw> and it
27    # is one byte instead three.
28            cub1=^H, cub=\E[%p1%dD,
29  # Move cursor one line (P1 lines) downwards.  # Move cursor one line (P1 lines) downwards.
30          cud1=\E[B, cud=\E[%p1%dB,          cud1=\E[B, cud=\E[%p1%dB,
31  # Move cursor one character (P1 characters) forwards.  # Move cursor one character (P1 characters) forwards.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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