GUACAMOLE-1907: Removed the double line breaks in the terminal sub-folder.
This commit is contained in:
parent
9164a79509
commit
4507212170
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#include "terminal/buffer.h"
|
||||
#include "terminal/common.h"
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
const int vt100_map[] = {
|
||||
' ', '!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/',
|
||||
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';', '<', '=', '>', '?',
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#include "terminal/color-scheme.h"
|
||||
#include "terminal/palette.h"
|
||||
#include "terminal/xparsecolor.h"
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#include "common/clipboard.h"
|
||||
#include "terminal/buffer.h"
|
||||
#include "terminal/display.h"
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
/**
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
* @file color-scheme.h
|
||||
*/
|
||||
|
||||
|
||||
#include "palette.h"
|
||||
|
||||
#include <guacamole/client.h>
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUAC_TERMINAL_COMMON_H
|
||||
#define _GUAC_TERMINAL_COMMON_H
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
* @file palette.h
|
||||
*/
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
* @file scrollbar.h
|
||||
*/
|
||||
|
||||
|
||||
#include <guacamole/client.h>
|
||||
#include <guacamole/layer.h>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_TERMINAL_SELECT_H
|
||||
#define GUAC_TERMINAL_SELECT_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUAC_TERMINAL_HANDLERS
|
||||
#define _GUAC_TERMINAL_HANDLERS
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_TERMINAL_PRIV_H
|
||||
#define GUAC_TERMINAL_PRIV_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUAC_TERMINAL_H
|
||||
#define _GUAC_TERMINAL_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUAC_TERMINAL_TYPES_H
|
||||
#define _GUAC_TERMINAL_TYPES_H
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
/**
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
* @file xparsecolor.h
|
||||
*/
|
||||
|
||||
|
||||
#include "palette.h"
|
||||
|
||||
/**
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#include "terminal/named-colors.h"
|
||||
#include "terminal/palette.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user