readme update
This commit is contained in:
parent
da826d7ae9
commit
c680adc384
@ -118,17 +118,15 @@ All can be configured sucklessly under "config/colors.h". Hopefully the comments
|
|||||||
+ scrollbar() uses magic int literals?
|
+ scrollbar() uses magic int literals?
|
||||||
+ was there really ever a scrollbar?
|
+ was there really ever a scrollbar?
|
||||||
+ a search struct could be great for caching and could ease the global situation
|
+ a search struct could be great for caching and could ease the global situation
|
||||||
## Original
|
## From the original
|
||||||
+ Same capabilities as interactive in non interactive (one shot) mode
|
+ Same capabilities as interactive in non interactive (one shot) mode
|
||||||
+ Provide some how-do-I-use-this-thing doc.
|
+ Provide some how-do-I-use-this-thing doc.
|
||||||
|
|
||||||
|
|
||||||
# BUGS
|
# BUGS
|
||||||
+ Changing text double frees:
|
+ Changing text double frees (NOTE: this problem is inherited):
|
||||||
free(): double free detected in tcache 2
|
free(): double free detected in tcache 2
|
||||||
Aborted
|
Aborted
|
||||||
+ Changing text can crash without replacing text and leaving the console ncursed
|
|
||||||
+ After an attempted change malloc *can* cry and crash
|
|
||||||
|
|
||||||
# Future features / contributor wishlist
|
# Future features / contributor wishlist
|
||||||
+ providing support for other languages by integrating new lexers (e.g. ctag's)
|
+ providing support for other languages by integrating new lexers (e.g. ctag's)
|
||||||
|
Loading…
Reference in New Issue
Block a user