On Sun, Nov 15, 2020 at 8:33 PM Bram Moolenaar <[email protected]> wrote:
>
>
> Patch 8.2.1990
> Problem: Cursor position wrong in terminal popup with finished job.
> Solution: Only add the top and left offset when not done already.
> (closes #7298)
> Files: src/popupwin.c, src/structs.h, src/drawline.c, src/move.c,
> src/terminal.c, src/testdir/dumps/Test_terminal_popup_m1.dump
This gives me a fatal compile error in builds without expression
evaluation, as follows:
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c
move.c: In function ‘validate_cursor_col’:
move.c:871:10: error: ‘win_T {aka struct window_S}’ has no member
named ‘w_flags’; did you mean ‘w_frame’?
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
^~~~~~~
w_frame
move.c:871:22: error: ‘WFLAG_WCOL_OFF_ADDED’ undeclared (first use in
this function)
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
^~~~~~~~~~~~~~~~~~~~
move.c:871:22: note: each undeclared identifier is reported only once
for each function it appears in
make: *** [Makefile:3414: objects/move.o] Error 1
exit status 2
Sun 15 Nov 20:51:58 CET 2020
Best regards,
Tony.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAJkCKXuKrt6M5PcpMAgN3q3bc5qt6wEVCCTMmxq5VGgv5HN%3Deg%40mail.gmail.com.