File: TODO

package info (click to toggle)
levee 0.6-1.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 272 kB
  • ctags: 543
  • sloc: ansic: 4,457; makefile: 67
file content (31 lines) | stat: -rw-r--r-- 970 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Todo/Ideas:

	* Execute a command and insert it's output into the text buffer
	* Fix termcap emulation mode
	* Some sort of configuration, to support removing of unneeded features
		- like plural() :)
	* Add error checking on system calls
	* line wrap

Picky Levee Quirks left to Iron out:

	* cursor should not go past the end of the line, ex. '$'.
	* 'x' is broken when at the end of a line.
	* :s shouldn't do a more message
	* New buffer, first line should not be '~'.

Lower importance:

	* Move up into line that is shorter, should seek to eol
	* When insterting text, move text to the right of the cursor
	* Don't let the text buffer stray into the minibuffer
	* Be careful about the count variable. Don't leave it set.

Picky Vi Quirks left to Iron in:
	* cw should not eat the following space
	* dj, dG, etc. should delete the rest of the next line
	* 0 for beginning-of-line

Comments, Suggestions, Patches, are all welcome.
Dan Gohman <gohmanda@mrs.umn.edu>