We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17307a commit df1c9a0Copy full SHA for df1c9a0
win32/win32.c
@@ -6737,20 +6737,6 @@ constat_handle(HANDLE h)
6737
return p;
6738
}
6739
6740
-/* License: Ruby's */
6741
-static void
6742
-constat_reset(HANDLE h)
6743
-{
6744
- st_data_t data;
6745
- struct constat *p;
6746
- thread_exclusive(conlist) {
6747
- if (!conlist || conlist == conlist_disabled) continue;
6748
- if (!st_lookup(conlist, (st_data_t)h, &data)) continue;
6749
- p = (struct constat *)data;
6750
- p->vt100.state = constat_init;
6751
- }
6752
-}
6753
-
6754
#define FOREGROUND_MASK (FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED | FOREGROUND_INTENSITY)
6755
#define BACKGROUND_MASK (BACKGROUND_BLUE | BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_INTENSITY)
6756
0 commit comments