Add placeholder for message send box
This commit is contained in:
		| @@ -71,6 +71,8 @@ func (ui *GomuksUI) NewMainView() tview.Primitive { | ||||
| 		SetDoneFunc(mainView.InputDone). | ||||
| 		SetChangedFunc(mainView.InputChanged). | ||||
| 		SetFieldBackgroundColor(tcell.ColorDefault). | ||||
| 		SetPlaceholder("Send a message..."). | ||||
| 		SetPlaceholderExtColor(tcell.ColorGray). | ||||
| 		SetInputCapture(mainView.InputCapture) | ||||
|  | ||||
| 	mainView.addItem(mainView.roomList, 0, 0, 2, 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user