1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

23957: minor fixes.

This commit is contained in:
Clint Adams 2007-10-15 13:30:07 +00:00
parent 48139337d3
commit 951c8cca0f
3 changed files with 7 additions and 2 deletions

View file

@ -26,7 +26,8 @@ The tt(-r) command will refresh window var(targetwin); this is necessary to
make any pending changes (such as characters you have prepared for output
with tt(-c)) visible on the screen.
tt(-m) moves var(targetwin) to new coordinates var(new_y) and var(new_x).
tt(-m) moves the cursor position in var(targetwin) to new coordinates
var(new_y) and var(new_x).
Outputting characters and strings are achieved by tt(-c) and tt(-s)
respectively.