Skip to content

Commit

Permalink
console/tty management
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyg committed Sep 8, 2024
1 parent f034ae5 commit f2854fd
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 183 deletions.
5 changes: 3 additions & 2 deletions macsrc/tty/cygwin.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -*- mode: cr; indent-width: 4; -*- */
/* $Id: cygwin.cr,v 1.13 2014/10/22 02:34:39 ayoung Exp $
/* $Id: cygwin.cr,v 1.14 2024/06/18 16:26:25 cvsuser Exp $
* terminal description for the cygwin window
*
*
Expand Down Expand Up @@ -175,7 +175,7 @@ main()


/*
* cygwin_colour256 ---
* cygwin_256color ---
* Color terminal.
*
* Usage:
Expand All @@ -189,3 +189,4 @@ cygwin_256color(void)
}



7 changes: 1 addition & 6 deletions macsrc/tty/tty_xterm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef TTY_TTY_XTERM_H_INCLUDDED
#define TTY_TTY_XTERM_H_INCLUDDED
/* -*- mode: cr; indent-width: 4; -*- */
/* $Id: tty_xterm.h,v 1.4 2014/10/22 02:34:41 ayoung Exp $
/* $Id: tty_xterm.h,v 1.5 2024/06/18 16:26:25 cvsuser Exp $
* xterm tty features ...
*
*
Expand All @@ -13,11 +13,6 @@ extern void xterm_graphic(void);
extern void xterm_color(void);
extern void xterm_mono(void);
extern void xterm_pccolors(void);
extern void xterm_colour88(void);
extern void xterm_color88(void);
extern void xterm_88colour(void);
extern void xterm_colour256(void);
extern void xterm_color256(void);
extern void xterm_256color(void);
extern void xterm_88color(void);
extern void xterm_standard(void);
Expand Down
Loading

0 comments on commit f2854fd

Please sign in to comment.