diff options
Diffstat (limited to 'console')
-rw-r--r-- | console/hurd.ti | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/hurd.ti b/console/hurd.ti index d0496d26..ea95fcc4 100644 --- a/console/hurd.ti +++ b/console/hurd.ti @@ -33,7 +33,7 @@ hurd|The GNU Hurd console server, cuu1=\E[A, cuu=\E[%p1%dA, # Set horizontal (vertical) cursor position to P1. hpa=\E[%i%p1%dG, vpa=\E[%i%p1%dd, -# Save (restore) cursor position. XXX Linux has \E7 (\E8). +# Save (restore) cursor position. sc=\E7, rc=\E8, # XXX When we support this. # Set the scrolling region to lines P1 to P2. |