Yao Wei
Yao Wei
I tried the above test case, and found that when executing `present_commands` then `present_commands2` in `draw_future`, it does blink. However, as she suggested that swapping `present_commands` in place with `present_commands2`,...
Can also confirm that the storage usage on `colour_attachment` stops the flicker.
This is caused by #359
We are actually working on this issue for a while, and find it hard to solve if we want the window size to increase. However the solution 1 isn't ideal...
You could use Alt+Backspace or Ctrl+W to delete words. What terminals did you tried, and did you set a configuration (like backspace binding) in the terminal to achieve that? I...
It would require compiling against GTK+3 library. If so, the pixel-perfect scrolling will be available. Marking as invalid because this feature is available.
The scrolling is finer on my side (with GTK+3). I don't know if your device supports finer scrolling or not. What device are you using? you 於 2017年6月29日 週四,03:24寫道: >...
This is marked as enhancement. I finally found out that terminal window (vte) is lack of kinetic scrolling. Reference: https://developer.gnome.org/gtk3/stable/GtkScrolledWindow.html#gtk-scrolled-window-set-kinetic-scrolling
The color theme issue is due to color codes stored by GTK3 cannot be read by GTK2. On Sun, Jul 28, 2019 at 22:43 Anthony Guevara wrote: > Seems compiling...
After reordering, the `terminal->terms` doesn't properly reindexed (see `terminal_move_tab_execute`). I am wondering if we shouldn't make such array keep tracking the terminals but extend the underlying GtkBox to accommodate `term`...