mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-07 13:20:40 +02:00
cleanup: delete unused Model fields
This commit is contained in:
parent
5dca755b11
commit
98aa2b6579
@ -46,16 +46,13 @@ type Model struct {
|
|||||||
searchMode bool
|
searchMode bool
|
||||||
deleteMode bool
|
deleteMode bool
|
||||||
deleteHost string
|
deleteHost string
|
||||||
exitAction string
|
|
||||||
exitHostName string
|
|
||||||
historyManager *history.HistoryManager
|
historyManager *history.HistoryManager
|
||||||
sortMode SortMode
|
sortMode SortMode
|
||||||
|
|
||||||
// View management
|
// View management
|
||||||
viewMode ViewMode
|
viewMode ViewMode
|
||||||
addForm *addFormModel
|
addForm *addFormModel
|
||||||
editForm *editFormModel
|
editForm *editFormModel
|
||||||
previousView ViewMode
|
|
||||||
|
|
||||||
// Terminal size and styles
|
// Terminal size and styles
|
||||||
width int
|
width int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user