You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gui/launcher.lua
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,7 @@ end
307
307
--
308
308
HelpPanel=defclass(HelpPanel, widgets.Panel)
309
309
310
+
-- this text is intentionally unwrapped so the in-UI wrapping can do the job
310
311
localDEFAULT_HELP_TEXT=[[Welcome to DFHack!
311
312
312
313
Type a command to see its help text here. Hit ENTER to run the command, or Shift-ENTER to run the command and close this dialog. The dialog also closes automatically if you run a command that shows a new GUI screen.
0 commit comments