! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Regression in terminal-6.90: After coming from background neovim first opens ...
Status:
RESOLVED: FIXED
Product:
Xfce4-terminal
Component:
General

Comments

Description Jelte Fennema 2016-09-18 21:52:29 CEST
I posted the same issue in the neovim bugtracker https://github.com/neovim/neovim/issues/5350. The suggested that it is more likely a regression in xfce-terminal. Another issue that sounded similar according to them is this one: https://github.com/neovim/neovim/issues/3245

- `nvim --version`: 0.1.6-dev
- Vim (version:  7.4 1-2156 ) behaves differently? Yes, it does not have this bug.
- Operating system/version: Ubuntu 16.04.1
- Terminal name/version: Xfce4-terminal 0.6.92 (xfce 4.12), version 0.6.3 does not trigger this bug.
- `$TERM`: xterm-256color

### Actual behaviour
After sending nvim with a vsplit to background with ^Z it is shortly opened very small before changing to the correct terminal size. This changes the vsplit layout.

### Expected behaviour
It uses the full size of the terminal and the vsplit layout is unchanged.

### Steps to reproduce using `nvim -u NORC`

```
nvim -u NORC
:vs
^Z
fg
```

This happens both on xfce 0.6.90 and 0.6.92.
Comment 1 Igor editbugs 2016-09-19 11:55:13 CEST
This commit fixes the issue for me: https://git.xfce.org/apps/xfce4-terminal/commit/?id=483c4feb56b834f04a25ac63e1319b40d6c2c548
Please verify. Thanks.
Comment 2 Jelte Fennema 2016-09-19 13:25:35 CEST
Yes, with those changes it is fixed.
Comment 3 Igor editbugs 2016-09-19 13:31:26 CEST
(In reply to Jelte Fennema from comment #2)
> Yes, with those changes it is fixed.
Thanks!

Bug #12859

Reported by:
Jelte Fennema
Reported on: 2016-09-18
Last modified on: 2016-09-19

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
0.6.90

Attachments

Additional information