From aa50c1e0028c6cb08524dcdfb7188906c817e46f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 5 Sep 2020 07:02:33 +0300 Subject: Option to force break very long lines Even preformatted lines may need to be wrapped so the content remains visible, since there is no horizontal scrolling. However, this is off by default so ASCII art isn't broken in narrow windows. --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index 3d4808bc..1cf9f8a8 100644 --- a/src/app.h +++ b/src/app.h @@ -56,6 +56,7 @@ iBool isRefreshPending_App (void); uint32_t elapsedSinceLastTicker_App (void); /* milliseconds */ int zoom_App (void); +iBool isLineWrapForced_App(void); enum iColorTheme colorTheme_App (void); const iString * schemeProxy_App (iRangecc scheme); -- cgit v1.2.3