Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
less
bsc1200738.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bsc1200738.patch of Package less
From 432028ba24a8d6bf1d76a2a5148601aedb3648fc Mon Sep 17 00:00:00 2001 From: Ali Abdallah <ali.abdallah@suse.com> Date: Tue, 21 Jun 2022 13:08:20 +0200 Subject: [PATCH] Fix Startup terminal initialization Fix startup terminal initialization when -F is provided --- screen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screen.c b/screen.c index a79eba2..acf3a75 100755 --- a/screen.c +++ b/screen.c @@ -232,6 +232,7 @@ extern int wscroll; extern int screen_trashed; extern int tty; extern int top_scroll; +extern int quit_if_one_screen; extern int oldbot; #if HILITE_SEARCH extern int hilite_search; @@ -1533,7 +1534,7 @@ win32_deinit_term() init() { #if !MSDOS_COMPILER - if (!no_init) + if (!no_init && !quit_if_one_screen) tputs(sc_init, sc_height, putchr); if (!no_keypad) tputs(sc_s_keypad, sc_height, putchr); -- 2.12.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor