Commits


Remove unused rule. The rule had a typo and was not necessary anyway...


Merge pull request #2 from oten/master Fix warning when curses was build with --enable-const.


Fix warning when curses was build with --enable-const.


Remove CFLAGS for portability.


More consistent comment style.


More maintainable memory handling. Remove unnecessary casts from (void *). Give expression to sizeof operator. These changes make the code less prone to bugs by removing repetition of type names in multiple places.


Text improvements.


Add explanation of basic concepts.


Move command section up.


Remove examples.


Only update view when ready.


Clarity.


Minor change.


Fix problems with rename and selection.


Update marks after rename.