Changeset 45010 for titan/titan/infobar.h
- Timestamp:
- 12/14/20 00:37:25 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r45009 r45010 817 817 818 818 char* res = NULL; 819 res = string_newline(command("fbset | sed -nr 's/.*mode.*\\"([^\\"]+)-.*/\\ \1/p' | tr 'x' ' '"));819 res = string_newline(command("fbset | sed -nr 's/.*mode.*\\"([^\\"]+)-.*/\\1/p' | tr 'x' ' '")); 820 820 821 821 if(res == NULL)
Note: See TracChangeset
for help on using the changeset viewer.