history.h (e681dd3e2c1221fcf81cc8bc36a70decc50d9ebb) | history.h (8c39e25220bb88cd027d0c3b0fe86e52f6abd150) |
---|---|
1/* 2 * ***************************************************************************** 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 * 6 * Copyright (c) 2018-2021 Gavin D. Howard and contributors. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 151 unchanged lines hidden (view full) --- 160 BC_ACTION_CTRL_H = 8, 161 BC_ACTION_TAB = 9, 162 BC_ACTION_LINE_FEED = 10, 163 BC_ACTION_CTRL_K = 11, 164 BC_ACTION_CTRL_L = 12, 165 BC_ACTION_ENTER = 13, 166 BC_ACTION_CTRL_N = 14, 167 BC_ACTION_CTRL_P = 16, | 1/* 2 * ***************************************************************************** 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 * 6 * Copyright (c) 2018-2021 Gavin D. Howard and contributors. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 151 unchanged lines hidden (view full) --- 160 BC_ACTION_CTRL_H = 8, 161 BC_ACTION_TAB = 9, 162 BC_ACTION_LINE_FEED = 10, 163 BC_ACTION_CTRL_K = 11, 164 BC_ACTION_CTRL_L = 12, 165 BC_ACTION_ENTER = 13, 166 BC_ACTION_CTRL_N = 14, 167 BC_ACTION_CTRL_P = 16, |
168 BC_ACTION_CTRL_S = 19, |
|
168 BC_ACTION_CTRL_T = 20, 169 BC_ACTION_CTRL_U = 21, 170 BC_ACTION_CTRL_W = 23, 171 BC_ACTION_CTRL_Z = 26, 172 BC_ACTION_ESC = 27, 173 BC_ACTION_BACKSPACE = 127 174 175} BcHistoryAction; --- 86 unchanged lines hidden --- | 169 BC_ACTION_CTRL_T = 20, 170 BC_ACTION_CTRL_U = 21, 171 BC_ACTION_CTRL_W = 23, 172 BC_ACTION_CTRL_Z = 26, 173 BC_ACTION_ESC = 27, 174 BC_ACTION_BACKSPACE = 127 175 176} BcHistoryAction; --- 86 unchanged lines hidden --- |