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]
YKRF5V3Zstarting to load/save - [5]
OTIBCAUJlove2d scaffold - [6]
QCQHLMSTalways have a filename - [7]
PGZJ6NATensure Filename is writable when opened outside a terminal - [8]
YTSPVDZHfirst successful pagedown test, first bug found by test - [9]
PESSMQBJno, make sure to compute line width after screen dimensions - [10]
73OCE2MCafter much struggle, a brute-force undo - [11]
R6GUSTBYdefault font size and line-height - [12]
AVTNUQYRbasic test-enabled framework - [13]
ESETRNLBbugfix: printing the first part of a line at the bottom made it seem non-wrapping - [14]
RF5ALVNYallow the window to be resized - [15]
NEXUNNCFextract a function - [16]
46ASCE5Kfirst commandline arg: window dimensions - [17]
M6JI7UJ7obsolete comment - [18]
XSLCFVFH. - [19]
4VKEE43Zbugfix - [20]
M6TH7VSZrip out notion of Line_width - [21]
AD34IX2Zcouple more tests - [22]
IZZVOCLBconfirm that we have access to all of the love API - [23]
AVQ5MC5Dfinish uppercasing all globals - [24]
AJB4LFRBtry to maintain a reasonable line width - [25]
W4UVZETR2 regressions:
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)