Revert "Only treat the first tab as the alignment point"
This reverts commit 5881a96638b63475bf48d506dbb659c481279790.
Tento commit je obsažen v:
rodič
8b7cc1a0ed
revize
71b0536536
2
ui.c
2
ui.c
@ -383,7 +383,7 @@ static void wordWrap(WINDOW *win, const char *str) {
|
||||
int align = 0;
|
||||
struct Style style = Reset;
|
||||
while (*str) {
|
||||
if (*str == '\t' && !align) {
|
||||
if (*str == '\t') {
|
||||
waddch(win, ' ');
|
||||
getyx(win, y, align);
|
||||
str++;
|
||||
|
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele