aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2019-11-05 06:26:14 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-11-05 06:26:14 (GMT)
commit9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b (patch)
tree928e4c6f49ac50f7e69777b00073df37d7d11e3f /TODO
parenteb9898c7fcc017a35c240c1bd83c8a8ff451431a (diff)
downloadpowwow-9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b.zip
powwow-9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b.tar.gz
powwow-9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b.tar.bz2
reorganizing files
Diffstat (limited to 'TODO')
-rw-r--r--TODO46
1 files changed, 0 insertions, 46 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 6112fe9..0000000
--- a/TODO
+++ /dev/null
@@ -1,46 +0,0 @@
--*-indented-text-*-
-
-From the authors of cancan:
-
- THINGS TO DO
- Cancan should know the codes of at least some keys
- by looking in the TERMCAP. (especially control keys are trivial!)
-
- - Run (a)lint!
-
- - There seems to be problems with running cancan on exotic terminals.
- This defeats the very purpose of all the carefully terminal-
- independent code with TERMCAP, and is generally embarrassing.
-
- - more system calls should be checked for EINTR for sysV unices
-
- - negotiate the telnet BINARY option
-
- - support the telnet IAC GA command to identify prompts
- (But what for? Prompts have to be identified as such in the absence
- of GA anyway, and there doesn't seem to be a need for it right
- now.)
-
- - implement reverse-incremental-search (like ^R in GNU Readline)
-
- KNOWN BUGS
- - Deleting more than one character with deletechar() might leave
- ugly traces on lines that are entirely deleted.
-
- - using #hilite with coloured background might have effects beyond the
- input line, depending on the terminal (don't do that, then :-)
-
- FUTURE POSSIBLE IMPROVEMENTS
- Do some more for portability (clean up the terminal mess)
- The source should be more modular
- Filtering output through shell command (grep etc)
-
-
-THINGS TO DO/PLANNED IMPROVEMENTS on powwow:
- - make a better #help
- - add termcap "end of bold", "end of blink" etc.
-
- If you have ideas, suggestions or whatever, e-mail them to me
- (max@Linuz.sns.it) and if I find them interesting, I will add them.
- Also, I am trying to keep powwow updated with further releases
- of cancan.