New logic for highlighting basenames with spaces

This commit is contained in:
Hisham Muhammad
2014-02-27 17:11:23 -03:00
parent 61bd770689
commit f2a190b0e9
3 changed files with 24 additions and 9 deletions

View File

@ -144,6 +144,7 @@ typedef struct Process_ {
#endif
int exit_signal;
int basenameOffset;
bool updated;
#ifdef DEBUG