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