tsm: screen: move filenames to tsm_screen.[ch]

All TSM files use the "tsm_*" prefix and the object is now named "screen"
so rename the files to resemble this.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-09-18 14:53:46 +02:00
parent f919b3ad81
commit 613e7e7000
8 changed files with 7 additions and 7 deletions

View File

@ -276,7 +276,7 @@ libkmscon_core_la_SOURCES = \
src/main.h \
src/conf.c src/conf.h \
src/ui.c src/ui.h \
src/console.c src/console.h \
src/tsm_screen.c src/tsm_screen.h \
src/tsm_unicode.c src/tsm_unicode.h \
src/log.c src/log.h \
src/vte.c src/vte.h \

View File

@ -33,7 +33,6 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "console.h"
#include "eloop.h"
#include "log.h"
#include "main.h"
@ -41,6 +40,7 @@
#include "shl_dlist.h"
#include "terminal.h"
#include "text.h"
#include "tsm_screen.h"
#include "uterm.h"
#include "vte.h"

View File

@ -34,8 +34,8 @@
#define KMSCON_TERMINAL_H
#include <stdlib.h>
#include "console.h"
#include "eloop.h"
#include "tsm_screen.h"
#include "uterm.h"
struct kmscon_terminal;

View File

@ -40,7 +40,7 @@
#include <errno.h>
#include <stdlib.h>
#include "console.h"
#include "tsm_screen.h"
#include "uterm.h"
/* fonts */

View File

@ -35,10 +35,10 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include "console.h"
#include "log.h"
#include "main.h"
#include "shl_timer.h"
#include "tsm_screen.h"
#include "tsm_unicode.h"
#define LOG_SUBSYSTEM "tsm_screen"

View File

@ -53,9 +53,9 @@
#include <stdlib.h>
#include <string.h>
#include <xkbcommon/xkbcommon-keysyms.h>
#include "console.h"
#include "log.h"
#include "main.h"
#include "tsm_screen.h"
#include "tsm_unicode.h"
#include "vte.h"

View File

@ -34,7 +34,7 @@
#define KMSCON_VTE_H
#include <stdlib.h>
#include "console.h"
#include "tsm_screen.h"
#include "tsm_unicode.h"
/* available character sets */