We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like the title saying,when I launch a new evilvte window,often the prompt is invisible,but it's actually there,after I press Enter it becomes visible.
I compile with default config.h,both in version 0.5.0 and 0.5.1 pre3 from github,the problem still there.And this is my showvte output:
Configuration of evilvte 0.5.0:
The text was updated successfully, but these errors were encountered:
I encountered this only when disk I/O is high. I think it is a libVTE problem and evilvte have not much can do.
Sorry, something went wrong.
Author of lilyterm reported that the demo program "vte" included in libVTE also has this problem. We think it is a libVTE bug.
Thanks for reply and your work
caleb-
No branches or pull requests
Like the title saying,when I launch a new evilvte window,often the prompt is invisible,but it's actually there,after I press Enter it becomes visible.
I compile with default config.h,both in version 0.5.0 and 0.5.1 pre3 from github,the problem still there.And this is my showvte output:
Configuration of evilvte 0.5.0:
define BACKGROUND_IMAGE �[1m�[32m".config/evilvte/background.png"�[m
define COLOR_BACKGROUND �[1m�[32m"#272822"�[m
define COLOR_FOREGROUND �[1m�[32m"#FFFFFF"�[m
define COMMAND_EXEC_PROGRAM �[1m�[32mTRUE �[m
define COMMAND_SHOW_OPTIONS �[1m�[32mTRUE �[m
define COMMAND_SHOW_VERSION �[1m�[32mTRUE �[m
define CURSOR_BLINKS �[1m�[32mTRUE�[m
define CURSOR_SHAPE�[1m�[32m UNDERLINE �[m
define DEFAULT_ENCODING �[1m�[32m"UTF-8"�[m
define DEFAULT_TERMINAL_SIZE�[1m�[32m 80x24�[m
define FONT �[1m�[32m"Monaco�[1m�[32m 10"�[m
define FONT_ENABLE_BOLD_TEXT �[1m�[31mFALSE�[m
define SCROLL_LINES -1000 �[m
define SCROLLBAR�[1m�[32m RIGHT �[m
define SHOW_WINDOW_BORDER �[1m�[31mFALSE�[m
define SHOW_WINDOW_DECORATED �[1m�[31mFALSE�[m
define SHOW_WINDOW_ICON �[1m�[32mTRUE�[m
define STATUS_BAR �[1m�[31mFALSE�[m
define WINDOW_TITLE_DYNAMIC �[1m�[32mTRUE �[m
define WORD_CHARS �[1m�[32m"-A-Za-z0-9_$.+!*(),;:@&=?/~#%"�[m
define MENU �[1m�[32mTRUE�[m
define TAB �[1m�[31mFALSE�[m
define TAB_BORDER�[1m�[32m 0�[m
define TABBAR �[1m�[31mFALSE�[m
define HOTKEY �[1m�[32mTRUE�[m
define HOTKEY_TAB_ADD�[1m�[32m CTRL GDK_T�[m
define HOTKEY_TAB_REMOVE�[1m�[32m CTRL GDK_W�[m
define HOTKEY_TAB_PREVIOUS�[1m�[32m CTRL GDK_Page_Up�[m
define HOTKEY_TAB_NEXT�[1m�[32m CTRL GDK_Page_Down�[m
The text was updated successfully, but these errors were encountered: