minor fixes
This commit is contained in:
parent
e0e58c2d81
commit
ecb35f63ce
@ -74,7 +74,9 @@ After you made sure you have the following (dev) libraries installed:
|
|||||||
GNU History (should come with Readline)
|
GNU History (should come with Readline)
|
||||||
Just run:
|
Just run:
|
||||||
make
|
make
|
||||||
This will yield the executable "scope", which you are free to do whatever with.
|
This will yield the executable "csope", which you are free to do whatever with.
|
||||||
|
Hint:
|
||||||
|
cp csope /usr/bin/
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
## Readline
|
## Readline
|
||||||
@ -115,7 +117,6 @@ All can be configured sucklessly under "config/colors.h". Hopefully the comments
|
|||||||
+ library.h...; "private library", in a program using 90 globals; ffs
|
+ library.h...; "private library", in a program using 90 globals; ffs
|
||||||
+ scrollbar() uses magic int literals?
|
+ scrollbar() uses magic int literals?
|
||||||
+ was there really ever a scrollbar?
|
+ was there really ever a scrollbar?
|
||||||
+ handle resizing
|
|
||||||
+ 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
|
## Original
|
||||||
+ Same capabilities as interactive in non interactive (one shot) mode
|
+ Same capabilities as interactive in non interactive (one shot) mode
|
||||||
@ -128,7 +129,6 @@ All can be configured sucklessly under "config/colors.h". Hopefully the comments
|
|||||||
Aborted
|
Aborted
|
||||||
+ Changing text can crash without replacing text and leaving the console ncursed
|
+ Changing text can crash without replacing text and leaving the console ncursed
|
||||||
+ After an attempted change malloc *can* cry and crash
|
+ After an attempted change malloc *can* cry and crash
|
||||||
+ Changing text fucks up redisplaying
|
|
||||||
|
|
||||||
# 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