[vte] Revert "Don't hide cursor even if cell is invisible"
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Revert "Don't hide cursor even if cell is invisible"
- Date: Wed, 11 Aug 2010 18:34:08 +0000 (UTC)
commit 3a7fbb285ebf9a50eb3498e21e001b773701f5a6
Author: Behdad Esfahbod <behdad behdad org>
Date: Wed Aug 11 14:24:33 2010 -0400
Revert "Don't hide cursor even if cell is invisible"
This reverts commit 18ee5f522d8bc2f5dfe896f40eba8d5313cb310f.
This didn't make sense. It was making invisible cells visible when
under cursor.
src/vte.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 1daf899..2628cf7 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -8844,7 +8844,7 @@ vte_terminal_determine_colors(VteTerminal *terminal,
*back = tmp;
}
- if (!cursor && cell && cell->attr.invisible) {
+ if (cell && cell->attr.invisible) {
*fore = *back;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]