initialize screen width to something reasonable
[?]
Jul 1, 2022, 5:04 AM
QGO66DNKCM6NNXLSKKOVDLBIJ43UKN6APMF2BLO2KM4F3J7AH7KQCDependencies
- [2]
G3VLJLDHuse the background color - [3]
HFI2YR2Crip out geometry commandline arg - [4]
IZZVOCLBconfirm that we have access to all of the love API - [5]
M6JI7UJ7obsolete comment - [6]
YKRF5V3Zstarting to load/save - [7]
AVTNUQYRbasic test-enabled framework - [8]
W4UVZETR2 regressions: - [9]
AD34IX2Zcouple more tests - [10]
PESSMQBJno, make sure to compute line width after screen dimensions - [11]
XSLCFVFH. - [12]
YTSPVDZHfirst successful pagedown test, first bug found by test - [13]
73OCE2MCafter much struggle, a brute-force undo - [14]
R6GUSTBYdefault font size and line-height - [15]
AJB4LFRBtry to maintain a reasonable line width - [16]
RF5ALVNYallow the window to be resized - [17]
4VKEE43Zbugfix - [18]
NEXUNNCFextract a function - [19]
QCQHLMSTalways have a filename - [20]
ESETRNLBbugfix: printing the first part of a line at the bottom made it seem non-wrapping - [21]
46ASCE5Kfirst commandline arg: window dimensions - [22]
OTIBCAUJlove2d scaffold - [23]
M6TH7VSZrip out notion of Line_width - [24]
PGZJ6NATensure Filename is writable when opened outside a terminal - [25]
AVQ5MC5Dfinish uppercasing all globals
Change contents
- replacement in main.lua at line 105
initialize_window_geometry()initialize_font_settings(20) - replacement in main.lua at line 107
initialize_font_settings(20)initialize_window_geometry() - replacement in main.lua at line 138
App.screen.width = App.screen.width-100App.screen.width = 40*App.width(Em)