mirror of
https://github.com/prurigro/vnotes.git
synced 2024-11-22 09:14:10 -05:00
If the screen_width isn't detected, set the maximum number of columns to 1
This commit is contained in:
parent
29b50cc2b9
commit
55c212dc56
1 changed files with 1 additions and 1 deletions
2
vnotes
2
vnotes
|
@ -196,7 +196,7 @@ function search_notes {
|
||||||
(( maxcolumns++ ))
|
(( maxcolumns++ ))
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
maxcolumns=3
|
maxcolumns=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get the number of values
|
# Get the number of values
|
||||||
|
|
Loading…
Reference in a new issue