From 960aaab57d96e9b8b77222db95e8b120ab0b13b5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:09:58 -0400 Subject: Increase the width of dialogs that hold filenames in the terminal version. Long filenames are clipped. --- modules/textadept/session.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/session.lua') diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 15106014..7083c991 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -108,7 +108,7 @@ function M.load(filename) title = _L['Session Files Not Found'], text = _L['The following session files were not found'], informative_text = table.concat(not_found, '\n'):iconv('UTF-8', _CHARSET), - icon = 'gtk-dialog-warning' + icon = 'gtk-dialog-warning', width = CURSES and ui.size[1] - 2 or nil } end session_file = filename -- cgit v1.2.3