Changeset 45012 for titan/titan/infobar.h
- Timestamp:
- 12/14/20 02:11:09 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r45011 r45012 818 818 char* res = NULL; 819 819 char* cmd = NULL; 820 cmd = ostrcat("fbset | sed -nr 's/.*mode.*\\"([^\\"]+)-.*/\\1/p' | tr 'x' ' '", NULL, 0, 0); 820 cmd = ostrcat("fbset | sed -nr 's/.*mode.*\\\"([^\\\"]+)-.*/\\\1/p' | tr 'x' ' '", NULL, 0, 0); 821 // cmd = ostrcat("fbset | sed -nr 's/.*mode.*"([^"]+)-.*/\1/p' | tr 'x' ' '", NULL, 0, 0); 822 821 823 debug(10, "cmd=%s", cmd); 822 824 res = string_newline(command(cmd));
Note: See TracChangeset
for help on using the changeset viewer.