GUACAMOLE-1907: Removed the double line breaks in the terminal sub-folder.

This commit is contained in:
Jimmy 2024-01-14 19:36:40 -08:00
parent 9164a79509
commit 4507212170
22 changed files with 0 additions and 29 deletions

View File

@ -17,7 +17,6 @@
* under the License.
*/
#include "terminal/buffer.h"
#include "terminal/common.h"

View File

@ -17,7 +17,6 @@
* under the License.
*/
const int vt100_map[] = {
' ', '!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/',
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';', '<', '=', '>', '?',

View File

@ -17,7 +17,6 @@
* under the License.
*/
#include "terminal/color-scheme.h"
#include "terminal/palette.h"
#include "terminal/xparsecolor.h"

View File

@ -17,7 +17,6 @@
* under the License.
*/
#include "common/surface.h"
#include "terminal/common.h"
#include "terminal/display.h"
@ -768,7 +767,6 @@ void __guac_terminal_display_flush_clear(guac_terminal_display* display) {
}
void __guac_terminal_display_flush_set(guac_terminal_display* display) {
guac_terminal_operation* current = display->operations;

View File

@ -17,7 +17,6 @@
* under the License.
*/
#include "common/clipboard.h"
#include "terminal/buffer.h"
#include "terminal/display.h"

View File

@ -1242,7 +1242,6 @@ int guac_terminal_set_scrollback(guac_terminal* term, unsigned char c) {
}
int guac_terminal_window_title(guac_terminal* term, unsigned char c) {
static int position = 0;

View File

@ -17,7 +17,6 @@
* under the License.
*/
#include "common/clipboard.h"
#include "common/cursor.h"
#include "terminal/buffer.h"
@ -1439,7 +1438,6 @@ int guac_terminal_resize(guac_terminal* terminal, int width, int height) {
guac_terminal_scrollbar_set_bounds(terminal->scrollbar,
-guac_terminal_get_available_scroll(terminal), 0);
/* Release terminal */
guac_terminal_unlock(terminal);

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_BUFFER_H
#define _GUAC_TERMINAL_BUFFER_H
@ -27,8 +26,6 @@
* @file buffer.h
*/
#include "types.h"
/**

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_CHAR_MAPPINGS_H
#define _GUAC_TERMINAL_CHAR_MAPPINGS_H
@ -27,7 +26,6 @@
* @file char-mappings.h
*/
/**
* VT100 graphics mapping. Each entry is the corresponding Unicode codepoint
* for the character N+32, where N is the index of the element in the array.

View File

@ -26,7 +26,6 @@
* @file color-scheme.h
*/
#include "palette.h"
#include <guacamole/client.h>

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_COMMON_H
#define _GUAC_TERMINAL_COMMON_H

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_DISPLAY_H
#define _GUAC_TERMINAL_DISPLAY_H
@ -27,7 +26,6 @@
* @file display.h
*/
#include "common/surface.h"
#include "palette.h"
#include "types.h"

View File

@ -26,7 +26,6 @@
* @file palette.h
*/
#include <stdint.h>
/**

View File

@ -26,7 +26,6 @@
* @file scrollbar.h
*/
#include <guacamole/client.h>
#include <guacamole/layer.h>

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef GUAC_TERMINAL_SELECT_H
#define GUAC_TERMINAL_SELECT_H

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_HANDLERS
#define _GUAC_TERMINAL_HANDLERS

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef GUAC_TERMINAL_PRIV_H
#define GUAC_TERMINAL_PRIV_H

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_H
#define _GUAC_TERMINAL_H

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUAC_TERMINAL_TYPES_H
#define _GUAC_TERMINAL_TYPES_H

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef GUAC_TERMINAL_TYPESCRIPT_H
#define GUAC_TERMINAL_TYPESCRIPT_H
@ -28,7 +27,6 @@
* @file typescript.h
*/
#include <guacamole/timestamp.h>
/**

View File

@ -26,7 +26,6 @@
* @file xparsecolor.h
*/
#include "palette.h"
/**

View File

@ -17,7 +17,6 @@
* under the License.
*/
#include "terminal/named-colors.h"
#include "terminal/palette.h"