Pārlūkot izejas kodu

pv: proper match of all whitespaces for {s.select,idx,\s}

- added \w as single whitespace separator
Daniel-Constantin Mierla 1 mēnesi atpakaļ
vecāks
revīzija
6c74f6007d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/modules/pv/pv_trans.c

+ 3 - 0
src/modules/pv/pv_trans.c

@@ -821,6 +821,9 @@ int tr_eval_string(
 						c = '\t';
 						break;
 					case 's':
+						c = 1;
+						break;
+					case 'w':
 						c = ' ';
 						break;
 					default: