merge
This commit is contained in:
commit
820b5de32c
2
femto
2
femto
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
TTY=`stty -g`
|
TTY=`stty -g`
|
||||||
|
|
||||||
uxncli asma.rom femto.tal femto.rom
|
uxnasm femto.tal femto.rom
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
stty raw -echo
|
stty raw -echo
|
||||||
|
|
|
@ -39,7 +39,6 @@ packaging process can be explored.
|
||||||
|
|
||||||
- can't create new directories while saving
|
- can't create new directories while saving
|
||||||
- doesn't support horizontal scrolling for long lines
|
- doesn't support horizontal scrolling for long lines
|
||||||
- no search & replace
|
|
||||||
- no copy/paste
|
- no copy/paste
|
||||||
- doesn't support function keys, mouse, etc.
|
- doesn't support function keys, mouse, etc.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue