slightly improve docs

This commit is contained in:
~d6 2022-03-24 01:42:20 -04:00
parent e665f118c0
commit 7d73b8ea0b
1 changed files with 5 additions and 9 deletions

View File

@ -39,19 +39,15 @@
( TODO: ) ( TODO: )
( - optimize term drawing ) ( - optimize term drawing )
( - get long line truncation/scrolling working ) ( - get long line truncation/scrolling working )
( - line numbers in left column (toggle mode?) ) ( - allow line numbers to be toggled off )
( - help text ) ( - help text )
( - save file command -> tmp first )
( - open file command? ) ( - open file command? )
( - close file command? ) ( - close file command? )
( - move by word/paragraph ) ( - move by word/paragraph )
( - search ) ( - search )
( - search&replace ) ( - search&replace )
( - tab support? )
( - windows line-ending support (CRLF) ) ( - windows line-ending support (CRLF) )
( FIXME: ) ( - consider using abssolute cursor positions )
( - stop using bytes for row/col/etc. )
( - consider storing absolute cursor instead )
|00 @System [ &vector $2 &wst $1 &rst $1 &pad $4 &r $2 &g $2 &b $2 &debug $1 &halt $1 ] |00 @System [ &vector $2 &wst $1 &rst $1 &pad $4 &r $2 &g $2 &b $2 &debug $1 &halt $1 ]
|10 @Console [ &vector $2 &read $1 &pad $5 &write $1 &error $1 ] |10 @Console [ &vector $2 &read $1 &pad $5 &write $1 &error $1 ]
@ -70,9 +66,9 @@
|0000 |0000
@term [ @term [
&cols $2 ( zzz ) &cols $2 ( relative x coordinate of cursor, from 0 )
&rows $2 ( zzz ) &rows $2 ( relative y coordinaet of cursor, from 1 )
&lmargin $2 ( zzz ) &lmargin $2 ( left padding needed for line numbers )
] ]
@config [ @config [