mirror of
https://github.com/prurigro/vnotes.git
synced 2024-11-21 17:02:31 -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++ ))
|
||||
done
|
||||
else
|
||||
maxcolumns=3
|
||||
maxcolumns=1
|
||||
fi
|
||||
|
||||
# Get the number of values
|
||||
|
|
Loading…
Reference in a new issue